From: Daiki Ueno Date: Sun, 3 May 2009 05:46:08 +0000 (+0000) Subject: (epa--read-signature-type): Fix typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~676 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0cc5688203b3d30f663ffaa92f38b1883c3b6bae;p=emacs.git (epa--read-signature-type): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3fb27b9bed6..9339edf3fdb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-05-03 Daiki Ueno + + * epa.el (epa--read-signature-type): Fix typo. + 2009-05-02 Glenn Morris * wid-edit.el (widget-specify-field, widget-field-value-get, character): diff --git a/lisp/epa.el b/lisp/epa.el index 356d01479b1..0e8c92390af 100644 --- a/lisp/epa.el +++ b/lisp/epa.el @@ -725,7 +725,8 @@ d - Create a detached signature ? - Show this help ")))) (t - (setq type 'normal)))))) + (setq type 'normal)))) + type)) ;;;###autoload (defun epa-sign-file (file signers mode)